Overload List
Name | Description | |
---|---|---|
GroupJoin<(Of <<'(T2, TResult>)>>)(IIndexScanner<(Of <<'(T2>)>>), Func<(Of <<'(T, IEnumerable<(Of <<'(T2>)>>), TResult>)>>)) |
Correlates the items of this indexed collection with the items of another indexed collection and groups the results by the item of this collection.
|
|
GroupJoin<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, Object>)>>), Func<(Of <<'(IEnumerable<(Of <<'(T>)>>), T2, TResult>)>>)) |
Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of the second sequence.
|
|
GroupJoin<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, Object>)>>), Func<(Of <<'(T, IEnumerable<(Of <<'(T2>)>>), TResult>)>>)) |
Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of this collection.
|